home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Graphics / Graphic Utilities / The Evacuator / Evacuator™ Dox next >
Encoding:
Text File  |  1987-12-24  |  4.0 KB  |  109 lines  |  [TEXT/PSIP]

  1. The Evacuator™ v1.0
  2. by Kiron D. Bondale
  3. Release Date: December 24, 1987
  4.  
  5. Registration Info
  6.  
  7. This program is not a Public Domain/Free Program... A lot of time and effort has gone into its 
  8. creation and its creator believes this is worth something.
  9. Registration requires a one time fee of $5 to be paid to 
  10.             Kiron D. Bondale
  11.             4195 Beaconsfield Avenue
  12.             Montreal,  Quebec
  13.             H4A 2H4
  14.             Canada.
  15.  
  16. Benefits of Registration
  17.  
  18. 1)  All future updates of this program will be sent to you FREE.
  19. 2)  You will receive a source code listing of the program.
  20. 3)  If you are able to get someone else to register,  with proof of registration,  you will receive 
  21.      registration benefits to yet another of my programs.
  22.  
  23. The Evacuator Background
  24.  
  25. Back in the time of MacPaint and other painting programs,  people looked for clip-art everywhere...
  26. however it had to be in MacPaint format and many program producers went out of their ways to make
  27. it difficult for the graphic minded user to use their art as clip art.  Examples of this are
  28.  
  29. Ann Arbor Softworks™ GridWars™.
  30. Broderbund™'s Ancient Art of War™, etc.
  31.  
  32. Also problems with compatibility with StartupScreen's,  packed files etc. arose.
  33.  
  34. The way they do it
  35.  
  36. The reason you are unable to load these pictures with MacPaint is :
  37. Since a MacPaint picture is 576*720 pixels,  storing this on disk would take 51K per file!
  38. To save the space,  Bill Atkinson decided to pack a bunck of pixels into 1 so as to decrease space.
  39. He used 72 pixels to represent one.  In otherwords,  to load the file,  MacPaint will unpack the
  40. file and then display it.  Fine and dandy.
  41.     However other companies decided to pack theirs other ways... hence numbers such as 64,40
  42. etc. began to appear.  
  43.  
  44. How The Evacuator works
  45.  
  46. To solve the problem I created The Evacuator.  It basically will read in ANY  file and will
  47. ask you for 3 things...  1)    A Header
  48.                    2)    A Code and
  49.                    3)    The number of lines...
  50.  
  51. These are as follows...
  52.  
  53.  
  54.  
  55.  
  56. 1)  The header is the space before the actual picture starts in which people store things like :
  57.     Version numbers
  58.     Patterns
  59.     Strings... etc.
  60.     For a MacPaint picture this is 512... for a lot of others it is 0.
  61.  
  62. 2) The code is the number the programmer used to pack his file.
  63.     For MacPaint it is 72.
  64.     For a lot of other progams it is 64.
  65.  
  66. 3) The number of lines is the length of the picture... 
  67.     A MacPaint picture is 720 lines,  however most others are 342(the length of a screen).
  68.  
  69. The Program itself
  70.  
  71. There is one menu : Evacuate...
  72.  
  73. You can
  74.  
  75. 1) Read a file.... this will read in any file.  You have to give it values for Header, Code, and
  76.          number of scanlines.  If what you are loading is a MacPaint file, you can just press
  77.          Return or click in the OK box since it will recognize a MacPaint file.
  78.          If you are loading a lot of files of the same type,  then you need only input the
  79.          values once,  since the previous files values are saved as defaults.  Once again
  80.          just press Return or click in the OK box.  If however you are using new values,
  81.          you will have to enter them.
  82.          After you have finished with a file,  there is no Close option so the program will
  83.          merely write over the screen when you select the option again.
  84.  
  85. 2) Write as MacPaint file... this will take the present screen image and save it as a MacPaint picture.
  86.         You may wonder why I did not allow the user to specify how it is to be saved.
  87.         The reason is that the user can then modify pictures on copyright programs and then
  88.         write the changes to the programs themselves.  This is copyright infringement.
  89.  
  90. 3) Print present image... this will give the familiar Page Setup and Print Style dialogs,  and will
  91.         then print the current picture to a printer.
  92.  
  93. 4) Quit... Will leave Evacuate.
  94.  
  95. The origin of the name/icon etc.
  96.  
  97. The icon that represents the program,  represents an eye... seeing all... very symbolic of this program!
  98. The name itself... well that is a secret... register and you will learn!
  99.  
  100. Enjoy the program and register soon...
  101.  
  102. Thank you,
  103.  
  104.                         Kiron D. Bondale
  105.                         December 25,  1987
  106.  
  107.  
  108.  
  109.